Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpk: Enable key=value notation for every set command #13325

Merged
merged 2 commits into from
Sep 11, 2023

Conversation

r-vasquez
Copy link
Contributor

@r-vasquez r-vasquez commented Sep 7, 2023

This PR adds support for using <key>=<value> notation when using set commands, specifically this adds support for:

  • rpk redpanda config set
  • rpk cluster config set

This is particularly useful when setting negative values.

Fixes #12862

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v23.2.x
  • v23.1.x
  • v22.3.x

Release Notes

Improvements

  • rpk cluster config set and rpk redpanda config set now support setting values using the format <key>=<value>

Useful for negative values. And we are adding
this format to every `set` command
Useful for negative values. And we are adding
this format to every `set` command
@twmb twmb merged commit e799257 into redpanda-data:dev Sep 11, 2023
11 of 12 checks passed
@twmb twmb deleted the set-key-value branch September 11, 2023 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support rpk cluster config set param=value
3 participants